Welcome![Sign In][Sign Up]
Location:
Search - java http

Search list

[WinSock-NDISjava-testnet

Description: java实现代PC机和以太网转串口设备通讯例子,可以用来测试以太网转串口设备的数据收发情况。 在applet目录下为在java applet中如何和模块通讯的例子,在使用时得首先把index.htm和test.jar下载到模块中,然后在ie中输入http://模块IP地址/index.htm来访问。(目前只有ZNET-200T支持此下载功能) -PC and Ethernet to serial communications equipment example, can be used to test Ethernet switch serial data transceiver situation. The applet directory for the java applet and how communications module example, when used in the first place index.htm and test.jar downloaded to the module, then the input ie http:// module IP address / index.htm to visit. (Currently only ZNET - 200T supports download)
Platform: | Size: 10726 | Author: 东子 | Hits:

[Ftp Serverjetty-4.2.25-all

Description: 纯JAVA写的HTTP Server and Servlet -was pure Java HTTP Server and Servlet
Platform: | Size: 12820280 | Author: 陈智鹏 | Hits:

[Internet-Networkjava_http_down

Description: JAVA实现的HTTP协议数据交互 实现文件下载-JAVA HTTP protocol data files downloaded interactive
Platform: | Size: 1517 | Author: longto | Hits:

[JSP/Javayongjavashixianduandianxuchuan

Description: 用Java实现断点续传(HTTP) )断点续传的原理 其实断点续传的原理很简单,就是在Http的请求上和一般的下载有所不同而已。 打个比方,浏览器请求服务器上的一个文时,所发出的请求如下: -using Java HTTP (HTTP)) HTTP fact, the principle of HTTP principle is simple enough. Shan is the Http requests and generally download some variations. For example, the browser requests to the server on a text, issued by the request as follows :
Platform: | Size: 10216 | Author: tangying | Hits:

[JSP/JavaJava-sort

Description: Java各种排序算法代码,转载自-JAVA爱好者:http://www.javafan.net-Java various sorting algorithm code, reprinted from-JAVA lovers : http : / / www.javafan.net
Platform: | Size: 11935 | Author: 阿木 | Hits:

[JSP/JavaJAVA(testmianshi)

Description: 这种重定向的方法,将导致客户端浏览器的请求URL跳转。从浏览器中的地址栏中可以看到新的URL地址,作用类似于上面设置HTTP响应头信息的实现。 -redirect this approach will lead to the client browser to the URL request Jump. From the browser address bar can see the new URL addresses, role similar to the above provision HTTP response headers realized.
Platform: | Size: 36196 | Author: telsion | Hits:

[Audio programhttpcore-4.0-alpha3-src

Description: HTtp client in Java-HTtp client in Java
Platform: | Size: 491122 | Author: Sean | Hits:

[Web ServerhttpServer.java

Description: http服务器端功能实现,功能实现非常简单,但是一个非常有用的程序-http server Function, function is very simple to achieve, but a very useful procedure
Platform: | Size: 3697 | Author: zhujun | Hits:

[TCP/IP stackjava-http2socks

Description: java实现的socket转http的小工具-java to achieve the socket http small tools
Platform: | Size: 211059 | Author: 让让 | Hits:

[JSP/JavaHttpConnectionDemo

Description: 用java实现从http上连接的功能,好的程序大家共享 -realized from the use of java http link on the function, a good share Thank procedures
Platform: | Size: 43669 | Author: 景先生 | Hits:

[JSP/Javajava-download

Description: 简单的下载工具,GUI界面,能同时下载多个文件,并报告下载的字节数、下载完成的百分比进度和下载状态。支持断点续传,能暂停、恢复、取消下载任务。 此源码共有四个文件:Download.java,DownloadManager.java,DownloadsTableModel.java,ProgressRenderer.java。 启动程序的方法: C:\\ja>javac *.java C:\\ja>java DownloadManager -simple download tools, GUI interface, can simultaneously download multiple files, and report the number of bytes downloaded, Download the complete progress and download percentage of the state. HTTP support, could be suspended, recovery, the abolition of the download tasks. A total of four such source documents : Download.java. DownloadManager.java. DownloadsTableModel.java. ProgressRenderer.java. Commencement of proceedings : C : \\ ja
Platform: | Size: 5969 | Author: 宾斌 | Hits:

[Internet-Network200109152337

Description: 用Java实现断点续传-using Java HTTP
Platform: | Size: 7016 | Author: chen | Hits:

[JSP/JavaSOCK VIA HTTP

Description: SOCK VIA HTTP是通过HTTP建立通道的SOCK,由JAVA编写。-Sock VIA HTTP is established via HTTP channel Sock, prepared by Java.
Platform: | Size: 155530 | Author: 马佩琼 | Hits:

[JSP/Javaj-nio-http-server-source

Description: 基于java nio实现的http服务器,多线程,性能通过测试,正在研究nio或者服务器的朋友可以看下
Platform: | Size: 26723 | Author: dev | Hits:

[Other resourcetestHttp

Description: 简单的java http 服务器和客户端源代码
Platform: | Size: 8007 | Author: zhengrw | Hits:

[JSP/Javaproxy

Description: java HTTP代理多线程监听和处理连接 java HTTP代理多线程监听和处理连接
Platform: | Size: 16256 | Author: lw | Hits:

[Other resourcejava

Description: 简单Java程序调试 1.1 实验目的 (1)掌握Java应用程序和Java Applet程序的调试步骤; (2)了解Java程序的基本组成结构; (3)了解字符方式和图形方式下数据的输出方法。 1.2 知识要点 1.2.1 Java编程运行环境的安装 (1)在http://java.sun.com根据自己的操作系统下载安装程序,按安装说明进行安装。 (2)设置环境变量。以WinXP为例,在“我的电脑”上点右键,打开属性→高级→环境变量→系统变量,选中变量path进行编辑,在后面加入“ C:\\j2sdk1.4.2\\bin”,注意:这里的目录C:\\j2sdk1.4.2是你安装Java的目录。 (3)打开命令提示符窗口,输入javac命令按回车,如果出现命令的使用参数说明,则表示设置正确,如果出现非法命令的错误提示,则应该重新设置。 1.2.2 Java程序调试步骤 Java程序的调试分编辑、编译、运行3个步骤,见图1-1
Platform: | Size: 59090 | Author: wangli | Hits:

[JSP/JavaHTTP

Description: java qq talk about with others
Platform: | Size: 36388 | Author: wisedomboy | Hits:

[JSP/JavaJAVA

Description: \"jsp下中国式复杂报表的设计及应用 包括Cell插件JSP中读取和保存数据库的代码示例,需要安装用友华表软件技术有限公司的Cell插件后才能正常观看,请先下载Cell插件。 Cell网站: http://www.cellsoft.cc/Cell/index.asp cell插件下载地址: http://www.cellsoft.cc/GL_Down/2008121321664295.exe 产品概述: Cell 插件用于开发B/S结构程序,使用Asp, Asp.net, Jsp, VbScript, JavaScript等语言开发,可以在浏览器中直接打印报表(非IE打印),带有国际化数字签名,让用户使用更方便,更安全。 · 具备Cell组件的所有特色功能,在浏览器中提供报表的显示和打印(非IE的打印) · 网络报表界面美观,大大改善了浏览器中报表的输出效果 · 带有国际化数字签名,让用户使用的更安全、更放心 · 可将报表文件另存为华表文件或者Excel文件,从而可以进行进一步加工 · 支持ASP、ASP.Net、JSP、VBScript、JavaScript等语言开发 在开发工具中将Cell插件引入至工程,然后将Cell插件拖至页面中即可开始报表设计。\"
Platform: | Size: 1465161 | Author: mengchao | Hits:

[Embeded-SCM Develop使用Java创建的下载管理器

Description: 下载管理器是基于HTTP1.1而建立的,支持断点续传.采用Java Swing创建了一个简单高效的GUI界面,具有一次下载多个文件的能力.-Download Manager is based on established HTTP1.1 support HTTP. Java Swing creation of a simple and efficient GUI interface, with a number of downloaded documents.
Platform: | Size: 5996 | Author: 陈宁 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net